home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / procssng / ccs / ccs-11tl.lha / lbl / hips / sources / scale_geom / makefile.src < prev    next >
Encoding:
Makefile  |  1993-03-12  |  386 b   |  27 lines

  1. #
  2. # makefile for user-contributed/lbl/hips/sources/scale_geom
  3. #
  4.  
  5. PGMS = scale_geom.out
  6.  
  7. OBJECTS = scaleg_main.o scale_g.o scanline.o filt.o hips.o hips_pic.o \
  8.         pic.o window.o
  9.  
  10. install:    $(PGMS)
  11.  
  12. clean:    clean-pgm
  13. clean-all:    clean_all
  14.  
  15. man:
  16.  
  17. doc:
  18.  
  19. pristine:    pristine-pgm
  20.  
  21. scale_geom.out:    $(OBJECTS)
  22.     $(LINKc) scale_geom $(OBJECTS) $(LIBRARIES)
  23.     mv scale_geom $(DESTDIR)
  24.     @touch $@
  25.  
  26. FRC:
  27.